xen/arm: bitops: Consolidate prototypes in one place
authorJulien Grall <julien.grall@arm.com>
Mon, 29 Apr 2019 14:05:20 +0000 (15:05 +0100)
committerJulien Grall <julien.grall@arm.com>
Fri, 14 Jun 2019 13:38:40 +0000 (14:38 +0100)
commit4fc7dd9f8cb7e1c8d288d7d2e39eeb46b76a6bde
treefb0a6d6d376adcb4265242133ca6a7a4b5f4963e
parent6ce62fabccb258485c5bc108b8d98fbc13b63258
xen/arm: bitops: Consolidate prototypes in one place

The prototype are the same between arm32 and arm64. Consolidate them in
asm-arm/bitops.h.

This change will help the introductions of new helpers in a follow-up
patch.

This is part of XSA-295.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/arm32/bitops.h
xen/include/asm-arm/arm64/bitops.h
xen/include/asm-arm/bitops.h